FtMscLibEx ftxEnumComPorts Method FtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

[This is preliminary documentation and is subject to change.]

API 2.13

Namespace: FischerTechnik.FtMscLib.API
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public uint ftxEnumComPorts(
	uint idx,
	StringBuilder comstr,
	uint len
)

Parameters

idx
Type: System UInt32
list index within the list of available COM ports 0 .. idx .. iComPorts(GetAvailableComPorts())
comstr
Type: System.Text StringBuilder
string buffer for receiving the COM description
len
Type: System UInt32
max. length of string buffer

Return Value

Type: UInt32
index of the list entry which was read (= idx); in the event of an error, the value FTLIB_ERR_INVALID_PARAM is returned
Remarks

See Also

Reference